const go/parser.maxNestLev

2 uses

	go/parser (current package)
		parser.go#L110: const maxNestLev int = 1e5
		parser.go#L114: 	if p.nestLev > maxNestLev {